type runtime/pprof.locInfo
4 uses
runtime/pprof (current package)
proto.go#L41: locs map[uintptr]locInfo // list of locInfo starting with the given PC.
proto.go#L239: type locInfo struct {
proto.go#L261: locs: map[uintptr]locInfo{},
proto.go#L538: b.locs[addr] = locInfo{id: id, pcs: append([]uintptr{}, b.deck.pcs...)}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)